home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3047 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ix.netcom.com!netnews
  2. From: a1s@ix.netcom.com (Andrew Snyder)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help with expressions
  5. Date: Thu, 25 Jan 1996 19:22:45 GMT
  6. Organization: Netcom
  7. Message-ID: <4e8at1$q1h@reader2.ix.netcom.com>
  8. References: <4e15ct$bfs@news.xmission.com> <4e6bsn$ee8@castle.nando.net>
  9. NNTP-Posting-Host: ix-har6-04.ix.netcom.com
  10. X-NETCOM-Date: Thu Jan 25  8:25:05 AM PST 1996
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. actuary@nando.net   (Bill McCarthy) wrote:
  14.  
  15. >In <4e15ct$bfs@news.xmission.com>, Blair Tingey <btingey@xmission.com> writes:
  16. >>I am currently trying to implement expression evaluation in a project I 
  17. >>am doing.  Could anyone help me or direct me to a ftp or web site where 
  18. >>I could get some information and/or examples of how one might start to 
  19. >>do this.
  20.  
  21. >Pick up a copy of Bjarne Stroustrup's "The C++ Programming Language"
  22. >second edition.  There is a good explanation with code for a simple
  23. >calculator program which should get you started.  Although it is C++,
  24. >this example is fairly easy to translate to C.
  25.  
  26. >Bill McCarthy
  27. >actuary@nando.net
  28. >Wendell, NC  USA
  29.  
  30. for that matter the old standby "The Unix Programing Environment" has
  31. a good intro to yacc, which should be considered.
  32.  
  33.  
  34. Andrew Snyder
  35. a1s@ix.netcom.com
  36. char disclaimer[] = {'\0'}; /* I'm on cash net */
  37.  
  38.